home *** CD-ROM | disk | FTP | other *** search
- Path: sydney.DIALix.oz.au!not-for-mail
- From: sad@sydney.DIALix.oz.au (John Heenan)
- Newsgroups: comp.lang.c++
- Subject: GNU C++ needs -I path. What's wrong?
- Date: 23 Mar 1996 20:01:51 +1100
- Organization: DIALix Services, Sydney, Australia.
- Sender: sad@sydney.DIALix.oz.au
- Message-ID: <4j0elv$3fl$1@sydney.DIALix.oz.au>
-
- I need to tell GNU C++ where the C++ include files are under Linux
- with GNU C/C++ installed from binaries of Slackware 3.0 distribution.
-
- For example the following will not work:
- g++ -o test test.cc
-
- whereas the following will:
- g++ -I /usr/lib/g++-include -o test test.cc
-
- Can someone tell me what is wrong?
-
- Thanks in advance
-
- John
-
- --
- +----------------------------------------------------------------+
- | John Heenan, Sydney Australia john@valentia.dialix.oz.au |
- | John's WWW pages have the controversial SWIM FAQ (and speech!) |
- | http://sydney.dialix.oz.au/~sad |
- +----------------------------------------------------------------+
-
-
-